Voxco · Example Payload

Put Questions_{Studykey}_Batch Request

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Put Questions_{Studykey}_Batch Request is an example object payload from Voxco, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

questions

Example Payload

Raw ↑
{
  "questions": [
    {
      "key": 200001,
      "id": null,
      "tasks": "ct",
      "type": null,
      "label": "Likes",
      "text": "Updated title of q1",
      "help": "Any help string for the product",
      "sortOrder": 10,
      "codingSource": "v",
      "alternativeCodingSource": "b",
      "externalQuestionId": null
    },
    {
      "key": 200002,
      "id": null,
      "tasks": null,
      "type": null,
      "label": "Dislikes",
      "text": "What did you like about the product?",
      "help": "Any help string for the product",
      "sortOrder": 20,
      "codingSource": "t",
      "alternativeCodingSource": "b",
      "externalQuestionId": null
    },
    {
      "key": 200003,
      "id": null,
      "tasks": "b",
      "type": null,
      "label": "Neutral Neutral Neutral Neutral Neutral Neutral Neutral Neutral",
      "text": "What did you like about the product?",
      "help": "Any help string for the product",
      "sortOrder": 30,
      "codingSource": "",
      "alternativeCodingSource": "",
      "externalQuestionId": null
    }
  ]
}